Git

Github “fatal- remote origin already exists”

Posted by 石坤 on 2019-01-08

修改本地仓库对应的远程仓库链接:
git remote set-url origin git@github.com:username/repository_name.git
把username替换成自己的GitHub用户名, repository_name替换成远程仓库名即可.